home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Apps / DataPhile.app / English.lproj / TimeMonitor.nib / data.classes next >
Encoding:
Text File  |  1996-02-24  |  395 b   |  31 lines

  1. GaugeView = {
  2.     OUTLETS = {
  3.     gaugeGray;
  4.     percentage;
  5.     borderType;
  6.     backgroundGray;
  7.     };
  8.     SUPERCLASS = View;
  9. };
  10. TimeMonitor = {
  11.     ACTIONS = {
  12.     stop:;
  13.     endTiming:;
  14.     beginTiming:;
  15.     };
  16.     OUTLETS = {
  17.     titleTextField;
  18.     window;
  19.     cancelButton;
  20.     appIconButton;
  21.     gaugeView;
  22.     doneField;
  23.     };
  24.     SUPERCLASS = Object;
  25. };
  26. FirstResponder = {
  27.     ACTIONS = {
  28.     };
  29.     SUPERCLASS = Object;
  30. };
  31.